home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / EXAMPLES / OTHER / Html Table / README.TXT < prev    next >
Encoding:
Text File  |  1998-10-24  |  1.1 KB  |  39 lines

  1. ==========================================================
  2.                TeeChart Pro 4.0
  3.       Copyright 1995-1998 by David Berneda. 
  4.              All Rights Reserved.
  5. ==========================================================
  6.  
  7.  
  8. Auto-Charting HTML Tables
  9. =============================================
  10.  
  11. The included example shows how to retrieve an HTML
  12. table and load it into a Chart component.
  13.  
  14.  
  15. WARNING: This demo runs in 32-bit only.
  16.  
  17. -----------------------------------------------
  18.  
  19. INSTALLATION:
  20.  
  21. In Delphi and C++ Builder, please install
  22. the TEEHTM.PAS unit before running this demo.
  23.  
  24. This unit (TEEHTM.PAS) installs a new component:
  25.  
  26. TImporter
  27.  
  28. This non-visible component process an HTM file by
  29. selecting HTML Table cells and adding the table
  30. cell contents into a standard TChart component.
  31.  
  32. Not all HTML Tables can be decoded properly due to
  33. the highly customizable options in HTML language.
  34.  
  35. Included you'll find several HTML files containing
  36. tables which can be imported into a TeeChart component.
  37.  
  38. ---------------------------------------------------------
  39.